home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Recognition Manager SDK / SR Sample Code / Tiny SR Example / MPW C Tiny Example / TinySRApp.r < prev   
Text File  |  1994-05-04  |  921b  |  45 lines

  1. /*------------------------------------------------------------------------------
  2. #
  3. #    Simple Speech Recognition Toolbox Sample Application
  4. #
  5. #    TinySRApp
  6. #
  7. #    TinySRApp.r    -    Rez Source
  8. #
  9. #    Copyright © 1994 Apple Computer, Inc.
  10. #    All rights reserved.
  11. #
  12. #    Versions:    1.0                    5/94
  13. #
  14. #    Components:    TinySRApp.c            May 4, 1994
  15. #                TinySRApp.r            May 4, 1994
  16. #                TinySRApp.make        May 4, 1994
  17. #
  18. #    The TinySRApp program is a simple demonstration of how to use the Speech 
  19. #    Recognition Toolbox.
  20. #
  21. ------------------------------------------------------------------------------*/
  22.  
  23. #include "Types.r"
  24.  
  25. resource 'SIZE' (-1) {
  26.     reserved,
  27.     acceptSuspendResumeEvents,
  28.     reserved,
  29.     canBackground,
  30.     multiFinderAware,
  31.     backgroundAndForeground,
  32.     getFrontClicks,
  33.     ignoreChildDiedEvents,
  34.     is32BitCompatible,
  35.     isHighLevelEventAware,
  36.     onlyLocalHLEvents,
  37.     notStationeryAware,
  38.     dontUseTextEditServices,
  39.     reserved,
  40.     reserved,
  41.     reserved,
  42.     65536,
  43.     65536
  44. };
  45.